git show-branch
いつ使うの?
今のbranchの切り出し元を知りたいとき?
git graph
で見れるし、そもそもそこをあまり気にしたことがないな
何が嬉しいのかわからない
クソ見づらくない?なれてないだけ?
記号などの意味
*
: 今いるbranch
!
: 今いるbranch以外のHEAD
-
: マージ
どういう意味?
+
: 普通のcommit
オプション
--all
--more
参考
https://git-scm.com/docs/git-show-branch
http://yanor.net/wiki/?Git/git%20show-branch/現在のブランチの親ブランチを調べる
https://propella.hatenablog.com/entry/20090220/p1
https://helen.hatenablog.com/entry/2016/05/25/115248
https://qiita.com/t_uda/items/9b6055aa93215cb8bac1